home *** CD-ROM | disk | FTP | other *** search
/ Super Shareware Collection / Super Shareware Collection.iso / os_2 / cmdfldr.zip / README.TXT < prev   
Text File  |  1994-02-01  |  6KB  |  162 lines

  1.  
  2. CMDFldr - Command Folder V 1.10 (c) Dirk Suesserott Dec 20 1993 
  3.  
  4. email: doyke@wiwi.uni-frankfurt.d400.de
  5.  
  6.  
  7. Description:
  8. ============
  9.  
  10. CMDFldr is a Workplace class that replaces the WPFolder class shipped with 
  11. OS/2 2.x.  I wrote it for OS/2 2.1 but it should also work with OS/2 2.0.  
  12.  
  13. If you click through many folders in order to find a particular file and then 
  14. want to perform some commands on the file, it is often very difficult to open 
  15. a command line and cd to the right path - without even knowing the full path 
  16. name.  With CMDFolder installed this is no longer a problem:  Simply 
  17. right-click on the folder containing your file and select 'Command line...'.  
  18. And there you are.  CMDFolder will start a windowed OS/2 session in the right 
  19. path on the right drive - wherever you are on whatever drive you are.  
  20. CMDFolder is HPFS aware and works with long pathnames (including blanks).  It 
  21. won't work on a drive itself (i.e.  you can't right-click on Drive C and open 
  22. a command line.  That's because a drive does not belong to the class WPFolder 
  23. but to the class WPDrive).  
  24.  
  25. I hope you will have as much fun as i have with this tool.
  26.  
  27. For installation details see below.  There is also an uninstallation section 
  28. (in case you don't like CMDFolders any more).  
  29.  
  30.  
  31. Disclaimer
  32. ==========
  33. The Program is supplied "AS IS" without any warranty of any kind, either 
  34. expressed or implied, including, but not limited to, the implied warranties of 
  35. merchantabilty and fitness for a particular purpose.  In no event i will be 
  36. liable for any damages, either direct or consequential, caused by the use, or 
  37. inability to use, this program, even if i have been advised of the possibility 
  38. of such damages.  You are free to re-distribute this package as long as you 
  39. don't get paid for it (if somebody wants to pay, please tell me).  
  40.  
  41.  
  42.  
  43. Bugs
  44. ====
  45. I assume there are none.  Nevertheless, if you find one (or more) please tell
  46. me.  Any suggestions are welcome, too.  
  47. Please send email to doyke@wiwi.uni-frankfurt.d400.de
  48.  
  49.  
  50.  
  51.  
  52. Installation
  53. ============
  54.    First of all, this package consists of four files:
  55.       CMDFldr.ENG (26203 bytes) the English DLL
  56.       CMDFldr.GER (26235 bytes) the German DLL
  57.       install.exe (20064 bytes) installation program
  58.       readme.txt  (some bytes)  this file.
  59.  
  60.  
  61.  
  62. Quick Installation Guide:
  63. =========================
  64.    1. Rename either the German DLL (CMDFldr.GER) or
  65.       the English DLL (CMDFldr.ENG) to CMDFldr.DLL
  66.    2. Move the DLL into your libpath
  67.    3. Run the install program (no parameters required)
  68.    4. Reboot
  69.  
  70.  
  71.  
  72. Slow Installation Guide:
  73. ========================
  74.    First Step:
  75.       Rename either CMDFldr.GER or CMDFldr.ENG to CMDFldr.DLL The only
  76.       difference between the DLLs is that one is in German language while the
  77.       other one is in English language.  (i.e.  the new context menu will
  78.       either show 'Command Line...'  or 'Befehlzeile...'). Do this by typing
  79.       the following on a command line:
  80.  
  81.             'ren CMDFldr.ENG *.DLL'  (english version)
  82.          or 'ren CMDFldr.GER *.DLL'  (german version)
  83.  
  84.       (without quotation marks, of course)
  85.  
  86.  
  87.    Second Step:
  88.       Move the DLL into any path included in your libpath statement in the 
  89.       config.sys, e.g.  c:\os2\dll.  Do this by typing the following on a 
  90.       command line:
  91.  
  92.          'copy /b CMDFldr.DLL c:\os2\dll'
  93.  
  94.  
  95.    Third Step:
  96.       Invoke the installation program by typing
  97.  
  98.           'install'
  99.  
  100.       There are no parameters required and therefore all parameters you 
  101.       supply will be ignored.
  102.  
  103.       As you'll see, there is a little menu
  104.          i)nstall
  105.          u)ninstall
  106.          e)xit
  107.  
  108.       Type 'i' to install the DLL. The program will register the DLL in the
  109.       system and then replace the WPFolder class with the CMDFolder class
  110.       (i.e. all ordinary folders sitting around and waiting for being 
  111.       clicked will become CMDFolders sitting around and waiting for being
  112.       clicked).
  113.    Note:
  114.       Don't be afraid: 'replace' does not mean that the contents of your
  115.       folders are replaced or that the folders themselves are replaced. Only
  116.       the Workplace class named WPFolder is replaced by a derived class named
  117.       CMDFolder. The effect is that all objects (i.e. folders) that formerly
  118.       belonged to the class WPFolder will then belong to the class CMDFolder
  119.       and therefore have the new properties of the new class.
  120.  
  121.  
  122.    Fourth and Last Step:
  123.       Wait a few seconds. Your harddisk will start spinning. Don't panic,
  124.       the program won't move, copy, or delete anything (i hope) but OS/2
  125.       will search along the libpath to find the DLL. The install program 
  126.       will show something like 'CMDFolder successfully installed'
  127.       Now shutdown and reboot for the changes to take effect.
  128.  
  129.  
  130.  
  131. Trouble Shooting:
  132. =================
  133.    If the installation didn't succeed make sure
  134.  
  135.       - you renamed one of the files to 'CMDFldr.DLL' (not case sensitive).
  136.         Do *not* rename the DLL to 'CMDFolder.DLL' or something like that.
  137.         It is very important that the file is called CMDFldr.DLL. Otherwise
  138.         OS/2 won't find it.
  139.  
  140.       - you moved the previously renamed DLL into your libpath (if you don't
  141.         know what this means please refer to the OS/2 Online Reference Manual
  142.         for further details)
  143.  
  144.    I'm not sure what happens if you already have installed some other
  145.    replacements for the WPFolder class. Just try it.
  146.  
  147.  
  148.  
  149. De-Installation
  150. ===============
  151. If you don't like the CMDFolder any more (i won't hope so) run the install 
  152. program again.  Type 'u' to uninstall the CMDFolder.  The program will then 
  153. re-replace the CMDFolder with the ordinary WPFolder class.  You should reboot 
  154. after Install tells you to do so.  All CMDFolders will become ordinary folders 
  155. again, the additional menu item 'Command line...'  will be removed from their 
  156. popup menus.  You should also delete the CMDFldr.DLL from your libpath after 
  157. rebooting.  It won't be possible to remove the DLL without running the 
  158. uninstall procedure.  
  159.  
  160.  
  161.  
  162.